From: Eli Zaretskii Date: Thu, 27 Mar 2025 11:49:10 +0000 (+0200) Subject: ; * lisp/which-key.el (which-key-idle-delay): Fix package-version. X-Git-Tag: archive/raspbian/1%30.2+1-2+rpi1^2~2^2~24^2~174 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=a1fbc51dc715bf9eaa89b165f902eef9dd819077;p=emacs.git ; * lisp/which-key.el (which-key-idle-delay): Fix package-version. --- diff --git a/lisp/which-key.el b/lisp/which-key.el index 6ae8dcbb1f0..25349ca91be 100644 --- a/lisp/which-key.el +++ b/lisp/which-key.el @@ -62,7 +62,7 @@ A value of zero might lead to issues, so a non-zero value is recommended (see https://github.com/justbur/emacs-which-key/issues/134)." :type 'float - :package-version "1.0" :version "30.1") + :package-version '(which-key "1.0") :version "30.1") (defcustom which-key-idle-secondary-delay nil "Seconds to wait for which-key to pop up after initial display.